Fix overlay arrow display, make doc strings bidi-friendly.
authorEli Zaretskii <eliz@gnu.org>
Sun, 8 Aug 2010 16:51:56 +0000 (19:51 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 8 Aug 2010 16:51:56 +0000 (19:51 +0300)
commitb79b96ecabb3ad02ce01778c6f9628e481ef1a16
tree9a81df1c4c11ab14189440b97fdf3f0c8bdd4732
parente9e504c7075c6a3eef3ea27540d332a0a24fdb5c
parent919229f62f6a9894419fa0db11ffc92dd834701d
Fix overlay arrow display, make doc strings bidi-friendly.

 xdisp.c (display_line): Move the handling of overlay arrow after
 the call to find_row_edges.  (Bug#6699)
 cmds.c (Fforward_line, Fbeginning_of_line, Fend_of_line):
 editfns.c (Fline_beginning_position, Fline_end_position): State
 in the doc strings that start and end of line are in the logical order.